projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1fe54f
)
print operation: Reinstate the priv pointer
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 13 Jun 2019 19:58:07 +0000
(15:58 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 13 Jun 2019 19:58:07 +0000
(15:58 -0400)
The attempt to drop it in
6a669265ac6854af0ec
was incomplete, and non-working.
gtk/gtkprintoperation.c
patch
|
blob
|
history
diff --git
a/gtk/gtkprintoperation.c
b/gtk/gtkprintoperation.c
index 03735d5ba997c4e88826076e552f67b5898c9d67..0a8647f64ae0501ab3187aaa9948059c3a58eb95 100644
(file)
--- a/
gtk/gtkprintoperation.c
+++ b/
gtk/gtkprintoperation.c
@@
-253,6
+253,7
@@
gtk_print_operation_init (GtkPrintOperation *operation)
* by the job number.
*/
priv->job_name = g_strdup_printf (_("%s job #%d"), appname, ++job_nr);
+ operation->priv = priv;
}
static void